projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ce593
)
set -e in .travis.install.deps.sh
author
Stepan Koltsov
<stepan.koltsov@gmail.com>
Wed, 19 Nov 2014 19:09:50 +0000
(22:09 +0300)
committer
Stepan Koltsov
<stepan.koltsov@gmail.com>
Wed, 19 Nov 2014 19:09:50 +0000
(22:09 +0300)
.travis.install.deps.sh
patch
|
blob
|
history
diff --git
a/.travis.install.deps.sh
b/.travis.install.deps.sh
index d343793d46e34ed5a9fd996ac51dd7bf417076bc..e18f1ce5b98cb96916db798bef9693db68b929cc 100755
(executable)
--- a/
.travis.install.deps.sh
+++ b/
.travis.install.deps.sh
@@
-1,4
+1,5
@@
set -x
+set -e
if [ "${TRAVIS_OS_NAME}" = "osx" ] || [ "${PLATFORM}" = "mac" ]; then
target=apple-darwin